Click or drag to resize

AttributeCollection Methods

The AttributeCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds an Attribute with the specified name to the collection.
Public methodAdd(Attribute)
Adds the specified Attribute to the collection.
Public methodAdd(AttributeCollection)
Adds a AttributeCollection to the collection.
Public methodAdd(String, String)
Adds an Attribute with the specified name and value to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains(String)
Determines whether the AttributeCollection contains a specific attribute.
Public methodContains(Attribute)
Determines whether the AttributeCollection contains a specific Attribute.
Public methodCopyTo
Copies an Attribute array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)
Returns the zero-based index of the first occurrence of the specified attribute in the collection.
Public methodIndexOf(Attribute)
Returns the zero-based index of the first occurrence of the specified Attribute in the collection.
Public methodInsert(Int32, Attribute)
Inserts the specified Attribute at the specified possition.
Public methodInsert(Int32, String)
Inserts an Attribute specified as a string at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove(String)
Removes an Attribute from the collection, if it is present.
Public methodRemove(Attribute)
Removes an Attribute from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also